home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / misc / FlipSide_1.4.readme < prev    next >
Encoding:
Text File  |  2002-01-16  |  2.0 KB  |  83 lines

  1. Short:    Screen Cycler - Final Release
  2. Author:   James L Boyd/Allan Vesraevel
  3. Uploader: splayer@attcanada.ca
  4. Version:  1.4
  5. Type:     util/misc
  6.  
  7. F l i p s i d e - v1.4
  8. ----------------------
  9.  
  10. Flipside is a tiny little PD utility (would be much smaller
  11. in ASM, but what the heck, source is included if someone
  12. wants to do it). Its job is simply to flip between public
  13. screens when the middle mouse button is pressed, for those
  14. who don't want to run MCP, MCX or anything big like that just
  15. to do this job.
  16.  
  17. The only drawback is that you can't run it alongside other
  18. programs that make use of the middle mouse button. But there
  19. aren't exactly many of those...
  20.  
  21. It was written in Blitz (great language once you know what NOT
  22. to do!) because several people pointed out that there didn't seem
  23. to be anything similar available (!).
  24.  
  25. As for the name, the only relevant part is the "Flip" part - the rest
  26. just sounds good (and it's a Breeders tune :)
  27.  
  28. Thanks to Patrick (tracerb) and all those who risked their lives
  29. testing it :)
  30.  
  31. "Enjoy"...
  32.  
  33.  
  34. Installation:
  35. -------------
  36.  
  37. 1) Dump Flipside into your C: dir.
  38.  
  39. 2) Fire up your favorite text editor.
  40.  
  41. 3) Now, just before C:IPrefs add this line:
  42.  
  43.  
  44. ~~~~~~~~~~~~~~
  45.  
  46. Run >NIL: C:Flipside
  47.  
  48. C:IPrefs
  49.  
  50.  
  51. ~~~~~~~~~~~~~~
  52.  
  53. That's It! On your next boot it will become activated.
  54.  
  55.  
  56. ****  If you try to run Flipside from Workbench it will promptly crash!!  *****
  57.  
  58.  
  59.  
  60. James L Boyd - Mastermind, original code (jamesboyd@all-hail.freeserve.co.uk)
  61. Allan Versaevel - GFX Card guy who fixed and added some code (splayer@netcom.ca)
  62.  
  63.  
  64.  
  65. History
  66. -------
  67.  
  68. 1.0 - ?
  69.  
  70. 1.1 - Aminet Release
  71.  
  72. 1.2 - Fixed a bug that showed up on GFX cards. CPU loop occured.
  73.       Now works with GFX cards and AGA/ECS/OCS
  74.     - Program Priority is set to 2. Higher than most apps run at.
  75.       That way you can flip screens as screens as fast as you want,
  76.       even while rendering! :)
  77.  
  78. 1.3 - Flipside is now CLI only. Had to do this to make Flipside OS 3.9
  79.       friendly.
  80.  
  81. 1.4 - Holding the middle mouse button down will not continously
  82.       cycle windows. Good for those with slow reflexes :)
  83.